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 | 弔?伊但 | 10010010101000100011111110001000110010011001001001000001 | 92a23f88c99241 |
EUC-JP | 弔?伊但 | 11000100101001000011111110110000110010111100001110100010 | c4a43fb0cbc3a2 |
UTF-8 | 弔렟伊但 | 111001011011110010010100111010111010000010011111111001001011110010001010111001001011110110000110 | e5bc94eba09fe4bc8ae4bd86 |
UHC | 弔렟伊但 | 1111000011000000100011101011000011101100101001011101001110100011 | f0c08eb0eca5d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)