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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 永??湲? | 10001001011010010011111100111111100111111101000100111111 | 89693f3f9fd13f |
EUC-JP | 永??湲? | 10110001110010100011111100111111110111101101001100111111 | b1ca3f3fded33f |
UTF-8 | 永띔퇈湲퐹 | 111001101011000010111000111010111001110110010100111011011000011110001000111001101011100110110010111011011001000010111001 | e6b0b8eb9d94ed8788e6b9b2ed90b9 |
UHC | 永띔퇈湲퐹 | 11100111101101011011011011101010101101111001100111101010101110001011111001000010 | e7b5b6eab799eab8be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)