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 | ????NBF | 00111111001111110011111100111111010011100100001001000110 | 3f3f3f3f4e4246 |
SJIS-WIN | ????NBF | 00111111001111110011111100111111010011100100001001000110 | 3f3f3f3f4e4246 |
EUC-JP | ????NBF | 00111111001111110011111100111111010011100100001001000110 | 3f3f3f3f4e4246 |
UTF-8 | 렺밈렻렕NBF | 111010111010000010111010111010111011000010001000111010111010000010111011111010111010000010010101010011100100001001000110 | eba0baebb088eba0bbeba0954e4246 |
UHC | 렺밈렻렕NBF | 1000111011000010101110011101001010001110110000111000111010101010010011100100001001000110 | 8ec2b9d28ec38eaa4e4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)