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 | 罌??要?? | 1110001110100000001111110011111110010111011101100011111100111111 | e3a03f3f97763f3f |
EUC-JP | 罌??要?? | 1110011010100010001111110011111111001101110101110011111100111111 | e6a23f3fcdd73f3f |
UTF-8 | 罌욑슨要랃쉴 | 111001111011110110001100111011001001101010010001111011001000101010101000111010001010011010000001111010111001111010000011111011001000100110110100 | e7bd8cec9a91ec8aa8e8a681eb9e83ec89b4 |
UHC | 罌욑슨要랃쉴 | 111001011010001010011110111011111011110110111100111010011010100110001101111011111011110110101111 | e5a29eefbdbce9a98defbdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)