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 | ????BW | 001111110011111100111111001111110100001001010111 | 3f3f3f3f4257 |
SJIS-WIN | ???}BW | 00111111001111110011111110000001011100000100001001010111 | 3f3f3f81704257 |
EUC-JP | ???}BW | 00111111001111110011111110100001110100010100001001010111 | 3f3f3fa1d14257 |
UTF-8 | 룵₃룵}BW | 1110101110100011101101011110001010000010100000111110101110100011101101011110111110111101100111010100001001010111 | eba3b5e28283eba3b5efbd9d4257 |
UHC | 룵₃룵}BW | 10001111101010101010100111111101100011111010101010100011111111010100001001010111 | 8faaa9fd8faaa3fd4257 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)