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 | ??????]H | 0011111100111111001111110011111100111111001111110101110101001000 | 3f3f3f3f3f3f5d48 |
SJIS-WIN | ??????]H | 0011111100111111001111110011111100111111001111110101110101001000 | 3f3f3f3f3f3f5d48 |
EUC-JP | ??????]H | 0011111100111111001111110011111100111111001111110101110101001000 | 3f3f3f3f3f3f5d48 |
UTF-8 | 묳몼뫒묲뫕뫌]H | 1110101110101100101100111110101110101010101111001110101110101011100100101110101110101100101100101110101110101011100101011110101110101011100011000101110101001000 | ebacb3ebaabcebab92ebacb2ebab95ebab8c5d48 |
UHC | 묳몼뫒묲뫕뫌]H | 1001001001001010100100011010000110010001101101001001001001001001100100011011011110010001101011100101110101001000 | 924a91a191b4924991b791ae5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)