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 | 鵝??也や? | 111010100100000000111111001111111001011011100111100000101110001000111111 | ea403f3f96e782e23f |
EUC-JP | 鵝??也や? | 111100111010000100111111001111111100110011101001101001001110010000111111 | f3a13f3fcce9a4e43f |
UTF-8 | 鵝녷씇也や퓘 | 111010011011010110011101111010111000010110110111111011001001010010000111111001001011100110011111111000111000001010000100111011011001001110011000 | e9b59deb85b7ec9487e4b99fe38284ed9398 |
UHC | 鵝녷씇也や퓘 | 111001001011110110000110111001101001110110011111111001011010010110101010111001001011111110000011 | e4bd86e69d9fe5a5aae4bf83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)