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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 沚??闇?事 | 100111111000110100111111001111111000100011000101001111111000111010010110 | 9f8d3f3f88c53f8e96 |
EUC-JP | 沚??闇?事 | 110111011110110100111111001111111011000011000111001111111011101111110110 | dded3f3fb0c73fbbf6 |
UTF-8 | 沚브ㅄ闇얘事 | 111001101011001010011010111010111011100010001100111000111000010110000100111010011001011110000111111011001001011010011000111001001011101010001011 | e6b29aebb88ce38584e99787ec9698e4ba8b |
UHC | 沚브ㅄ闇얘事 | 111100101010111110111010111010101010010010110100111001001110000110111110111010101101111011000000 | f2afbaeaa4b4e4e1beeadec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)