To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?竊?? | 0011111111100010100001100011111100111111 | 3fe2863f3f |
EUC-JP | ?竊?? | 0011111111100011111001100011111100111111 | 3fe3e63f3f |
UTF-8 | 첫竊꾥묍 | 111011001011001010101011111001111010101110001010111010101011111010100101111010111010110010001101 | ecb2abe7ab8aeabea5ebac8d |
UHC | 첫竊꾥묍 | 1100001110111001111011111011110010000100111010001011100110100011 | c3b9efbc84e8b9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)