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 | ??~???? | 00111111001111110111111000111111001111110011111100111111 | 3f3f7e3f3f3f3f |
SJIS-WIN | ?}~?}?? | 001111111000000101110000011111100011111110000001011100000011111100111111 | 3f81707e3f81703f3f |
EUC-JP | ?}~?}?? | 001111111010000111010001011111100011111110100001110100010011111100111111 | 3fa1d17e3fa1d13f3f |
UTF-8 | 룵}~룵}룵₃ | 11101011101000111011010111101111101111011001110101111110111010111010001110110101111011111011110110011101111010111010001110110101111000101000001010000011 | eba3b5efbd9d7eeba3b5efbd9deba3b5e28283 |
UHC | 룵}~룵}룵₃ | 10001111101010101010001111111101011111101000111110101010101000111111110110001111101010101010100111111101 | 8faaa3fd7e8faaa3fd8faaa9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)