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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 予??喩?┃ | 100101110101110000111111001111111001101001100111001111111000010010101011 | 975c3f3f9a673f84ab |
EUC-JP | 予??喩?┃ | 110011011011110100111111001111111101001111001000001111111010100010101101 | cdbd3f3fd3c83fa8ad |
UTF-8 | 予롫뀛喩들┃ | 111001001011101010001000111010111010000110101011111010111000000010011011111001011001011010101001111010111001001110100100111000101001010010000011 | e4ba88eba1abeb809be596a9eb93a4e29483 |
UHC | 予롫뀛喩들┃ | 111001011111100010001110111010111000010110010100111010101110011110110101111010011010011010101101 | e5f88eeb8594eae7b5e9a6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)