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 | 闇μ?幼? | 1000100011000101100000111100101000111111100101110110001100111111 | 88c583ca3f97633f |
EUC-JP | 闇μ?幼? | 1011000011000111101001101100110000111111110011011100010000111111 | b0c7a6cc3fcdc43f |
UTF-8 | 闇μ늹幼숾 | 1110100110010111100001111100111010111100111010111000101010111001111001011011100110111100111011001000100010111110 | e99787cebceb8ab9e5b9bcec88be |
UHC | 闇μ늹幼숾 | 11100100111000011010010111101100100010001000001011101010111010101001101001010011 | e4e1a5ec8882eaea9a53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)