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 | ?寒荊? | 001111111000101010100110100011000111010000111111 | 3f8aa68c743f |
EUC-JP | ?寒荊? | 001111111011010010101000101101111101010100111111 | 3fb4a8b7d53f |
UTF-8 | 뤋寒荊쾸 | 111010111010010010001011111001011010111110010010111010001000110110001010111011001011111010111000 | eba48be5af92e88d8aecbeb8 |
UHC | 뤋寒荊쾸 | 1000111110111011111110011100111011111011101010101011001010001110 | 8fbbf9cefbaab28e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)