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 | 娃??節e | 1000100010100001001111110011111110010000110111111000001010000101 | 88a13f3f90df8285 |
EUC-JP | 娃??節e | 1011000010100011001111110011111111000000111000011010001111100101 | b0a33f3fc0e1a3e5 |
UTF-8 | 娃꿩솋節e | 111001011010100010000011111010101011111110101001111011001000011010001011111001111010111110000000111011111011110110000101 | e5a883eabfa9ec868be7af80efbd85 |
UHC | 娃꿩솋節e | 11101000110111111011001011100110100110011000111111101111101111011010001111100101 | e8dfb2e6998fefbda3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)