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 | 孩橋?禹 | 10011011011101111000101110110100001111111110001001011010 | 9b778bb43fe25a |
EUC-JP | 孩橋?禹 | 11010101110110001011011010110110001111111110001110111011 | d5d8b6b63fe3bb |
UTF-8 | 孩橋씌禹 | 111001011010110110101001111001101010100110001011111011001001010010001100111001111010011010111001 | e5ada9e6a98bec948ce7a6b9 |
UHC | 孩橋씌禹 | 1111101010101001110011101110100110111110101110101110100111100000 | faa9cee9bebae9e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)