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 | 汝??蹂 | 100100111111000000111111001111111110011011111000 | 93f03f3fe6f8 |
EUC-JP | 汝??蹂 | 110001101111001000111111001111111110110011111010 | c6f23f3fecfa |
UTF-8 | 汝뺡솈蹂 | 111001101011000110011101111010111011101010100001111011001000011010001000111010001011100110000010 | e6b19debbaa1ec8688e8b982 |
UHC | 汝뺡솈蹂 | 1110011010100011100101011110100110011001100011001110101110110011 | e6a395e9998cebb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)