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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???淫?? | 00111111001111110011111110001000111110100011111100111111 | 3f3f3f88fa3f3f |
EUC-JP | 璵??淫?? | 100011111100110011100110001111110011111110110000111111000011111100111111 | 8fcce63f3fb0fc3f3f |
UTF-8 | 璵붺툨淫띶컦 | 111001111001001010110101111010111011011010111010111011011000100010101000111001101011011110101011111010111001110110110110111011001011101110100110 | e792b5ebb6baed88a8e6b7abeb9db6ecbba6 |
UHC | 璵붺툨淫띶컦 | 111001101010010110010100111001111011100010011111111010111110001010001101111001011011000010001111 | e6a594e7b89febe28de5b08f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)