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 | 酊????? | 11100111110000100011111100111111001111110011111100111111 | e7c23f3f3f3f3f |
EUC-JP | 酊????? | 11101110110001000011111100111111001111110011111100111111 | eec43f3f3f3f3f |
UTF-8 | 酊ㅽ렭렒뤋퀚 | 111010011000010110001010111000111000010110111101111010111010000010101101111010111010000010010010111010111010010010001011111011011000000010011010 | e9858ae385bdeba0adeba092eba48bed809a |
UHC | 酊ㅽ렭렒뤋퀚 | 111011111111100010100100111011011000111010111010100011101010011110001111101110111011001110001110 | eff8a4ed8eba8ea78fbbb38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)