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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 有??癒⑤? | 100101110100110000111111001111111001011011111100100001110100010000111111 | 974c3f3f96fc87443f |
EUC-JP | 有??癒?? | 1100110110101101001111110011111111001100111111100011111100111111 | cdad3f3fccfe3f3f |
UTF-8 | 有싧랙癒⑤븱 | 111001101001110010001001111011001000101110100111111010111001111010011001111001111001100110010010111000101001000110100100111010111011100010110001 | e69c89ec8ba7eb9e99e79992e291a4ebb8b1 |
UHC | 有싧랙癒⑤븱 | 111010101111001110011010111001011011011110100010111010111010100010101000111010111001010110011010 | eaf39ae5b7a2eba8a8eb959a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)