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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 篋ョぞ讌 | 1110001010111000100000111000011110000010101111001110011010100101 | e2b8838782bce6a5 |
EUC-JP | 篋ョぞ讌 | 1110010010111010101001011110011110100100101111101110110010100111 | e4baa5e7a4beeca7 |
UTF-8 | 篋ョぞ讌 | 111001111010111110001011111000111000001110100111111000111000000110011110111010001010111010001100 | e7af8be383a7e3819ee8ae8c |
UHC | ?ョぞ? | 001111111010101111100111101010101011111000111111 | 3fabe7aabe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)