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 | ? 終?穗 | 0011111110000001010000001000111101001001001111111110001001101110 | 3f81408f493fe26e |
EUC-JP | ? 終?穗 | 0011111110100001101000011011110110101010001111111110001111001111 | 3fa1a1bdaa3fe3cf |
UTF-8 | 룵 終룵穗 | 111010111010001110110101111000111000000010000000111001111011010110000010111010111010001110110101111001111010100110010111 | eba3b5e38080e7b582eba3b5e7a997 |
UHC | 룵 終룵穗 | 10001111101010101010000110100001111100001111101110001111101010101110001010110100 | 8faaa1a1f0fb8faae2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)