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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?冷? | 00111111100101111110001000111111 | 3f97e23f |
EUC-JP | ?冷? | 00111111110011101110010000111111 | 3fcee43f |
UTF-8 | 룿冷켮 | 111010111010001110111111111001011000011010110111111011001011110010101110 | eba3bfe586b7ecbcae |
UHC | 룿冷켮 | 100011111011000011010101110100101011000101101000 | 8fb0d5d2b168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)