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 | 弔驀?? | 100100101010001011101001011111010011111100111111 | 92a2e97d3f3f |
EUC-JP | 弔驀?? | 110001001010010011110001110111100011111100111111 | c4a4f1de3f3f |
UTF-8 | 弔驀렲렖 | 111001011011110010010100111010011010100110000000111010111010000010110010111010111010000010010110 | e5bc94e9a980eba0b2eba096 |
UHC | 弔驀렲렖 | 1111000011000000110110001110100110001110101111111000111010101011 | f0c0d8e98ebf8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)