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 | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
SJIS-WIN | ?普??謙?[ | 001111111001010110000001001111110011111110001100101010100011111101011011 | 3f95813f3f8caa3f5b |
EUC-JP | ?普??謙?[ | 001111111100100111100001001111110011111110111000101011000011111101011011 | 3fc9e13f3fb8ac3f5b |
UTF-8 | 렻普렢렻謙렍[ | 11101011101000001011101111100110100110011010111011101011101000001010001011101011101000001011101111101000101011001001100111101011101000001000110101011011 | eba0bbe699aeeba0a2eba0bbe8ac99eba08d5b |
UHC | 렻普렢렻謙렍[ | 10001110110000111101110011000101100011101011001110001110110000111100110011000101100011101010001101011011 | 8ec3dcc58eb38ec3ccc58ea35b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)