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 | 臆??濡?? | 1000100110110000001111110011111110010100010001110011111100111111 | 89b03f3f94473f3f |
EUC-JP | 臆??濡?? | 1011001010110010001111110011111111000111101010000011111100111111 | b2b23f3fc7a83f3f |
UTF-8 | 臆뚩댒濡됰졎 | 111010001000011110000110111010111001101010101001111010111000110010010010111001101011111110100001111010111001000010110000111011001010000110001110 | e88786eb9aa9eb8c92e6bfa1eb90b0eca18e |
UHC | 臆뚩댒濡됰졎 | 111001011110011010001100111010001000100010111001111010111010000110001001111010111010000010111011 | e5e68ce888b9eba189eba0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)