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 | 0011111100111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f3f48 |
SJIS-WIN | ???????H | 0011111100111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f3f48 |
EUC-JP | ???????H | 0011111100111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f3f48 |
UTF-8 | 찾혚혣혛혟쨩책H | 11101100101100001011111011101101100110001001101011101101100110001010001111101101100110001001101111101101100110001001111111101100101010001010100111101100101100011000010101001000 | ecb0beed989aed98a3ed989bed989feca8a9ecb18548 |
UHC | 찾혚혣혛혟쨩책H | 110000111010001111000010100001011100001010001100110000101000011011000010100010011100001010111011110000111010010101001000 | c3a3c285c28cc286c289c2bbc3a548 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)