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 | 鈼゙骼ィン」 | 1111101111000110110111101110100110001110101010001101110110100011 | fbc6dee98ea8dda3 |
EUC-JP | 鈼゙骼ィン」 | 10001111111000111101011010001110110111101111000111101110100011101010100010001110110111011000111010100011 | 8fe3d68edef1ee8ea88edd8ea3 |
UTF-8 | 鈼゙骼ィン」 | 111010011000100010111100111011111011111010011110111010011010101010111100111011111011110110101000111011111011111010011101111011111011110110100011 | e988bcefbe9ee9aabcefbda8efbe9defbda3 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)