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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 恁レ????] | 100111001000110010000011100011000011111100111111001111110011111101011101 | 9c8c838c3f3f3f3f5d |
EUC-JP | 恁レ????] | 110101111110110010100101111011000011111100111111001111110011111101011101 | d7eca5ec3f3f3f3f5d |
UTF-8 | 恁レ콝梨덊쉮] | 11100110100000011000000111100011100000111010110011101100101111011001110111101111101001111010001011101011100011011000101011101100100010011010111001011101 | e68181e383acecbd9defa7a2eb8d8aec89ae5d |
UHC | 恁レ콝梨덊쉮] | 11101100111101101010101111101100101100011001010111101100101100011000100011101101100110101000011001011101 | ecf6abecb195ecb188ed9a865d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)