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 | ’?訥??田] | 10000001011001100011111111100110011000110011111100111111100100110110001101011101 | 81663fe6633f3f93635d |
EUC-JP | ’?訥??田] | 10100001110001110011111111101011110001000011111100111111110001011100010001011101 | a1c73febc43f3fc5c45d |
UTF-8 | ’룶訥◈룫田] | 11100010100000001001100111101011101000111011011011101000101010001010010111100010100101111000100011101011101000111010101111100111100101001011000001011101 | e28099eba3b6e8a8a5e29788eba3abe794b05d |
UHC | ’룶訥◈룫田] | 10100001101011111000111110101011110100101110110110100010110000101000111110100010111011111010001101011101 | a1af8fabd2eda2c28fa2efa35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)