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 | 瓮f??h? | 111000010100010010000010100001100011111100111111100000101000100000111111 | e14482863f3f82883f |
EUC-JP | 瓮f??h? | 111000011010010110100011111001100011111100111111101000111110100000111111 | e1a5a3e63f3fa3e83f |
UTF-8 | 瓮f봄力h톽 | 111001111001001110101110111011111011110110000110111010111011010010000100111011111010011010001010111011111011110110001000111011011000011010111101 | e793aeefbd86ebb484efa68aefbd88ed86bd |
UHC | 瓮f봄力h톽 | 111010001011011110100011111001101011101010111101111001101011001110100011111010001011011110001111 | e8b7a3e6babde6b3a3e8b78f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)