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 | 葯溽」∬蛻邏 | 1110010011011110100111111110011110100011100000011110100011100101100010001110011110110100 | e4de9fe7a381e8e588e7b4 |
EUC-JP | 葯溽」∬蛻邏 | 111010001110000011011110111010011000111010100011101000101110101011101001111010001110111010110110 | e8e0dee98ea3a2eae9e8eeb6 |
UTF-8 | 葯溽」∬蛻邏 | 111010001001000110101111111001101011101010111101111011111011110110100011111000101000100010101100111010001001101110111011111010011000001010001111 | e891afe6babdefbda3e288ace89bbbe9828f |
UHC | 葯??∬?邏 | 111001011011010100111111001111111010000111110011001111111101010110100100 | e5b53f3fa1f33fd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)