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 | 竟漆鋙悉 | 1110100011101101100011101011110111111011110100011000111010111011 | e8ed8ebdfbd18ebb |
EUC-JP | 竟漆鋙悉 | 111100001110111110111100101111111000111111100100110000111011110010111101 | f0efbcbf8fe4c3bcbd |
UTF-8 | 竟漆鋙悉 | 111001111010101110011111111001101011110010000110111010011000101110011001111001101000001010001001 | e7ab9fe6bc86e98b99e68289 |
UHC | 竟漆?悉 | 11001100111001011111011011010100001111111110001111111010 | cce5f6d43fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)