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 | 泥ì | 1110111110100111101000111110110010001000 | efa7a3ec88 |
SJIS-WIN | ?§£?? | 00111111100000011001100010000001100100100011111100111111 | 3f819881923f3f |
EUC-JP | 泥ì? | 1000111110101011110000011010000111111000101000011111001010001111101010111100000000111111 | 8fabc1a1f8a1f28fabc03f |
UTF-8 | 泥ì | 11000011101011111100001010100111110000101010001111000011101011001100001010001000 | c3afc2a7c2a3c3acc288 |
UHC | ?§??? | 001111111010000111010111001111110011111100111111 | 3fa1d73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)