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 | 渦?娃? | 100010010101000100111111100010001010000100111111 | 89513f88a13f |
EUC-JP | 渦?娃? | 101100011011001000111111101100001010001100111111 | b1b23fb0a33f |
UTF-8 | 渦캰娃볾 | 111001101011100010100110111011001011101010110000111001011010100010000011111010111011001110111110 | e6b8a6ecbab0e5a883ebb3be |
UHC | 渦캰娃볾 | 1110100010111110101100000101000011101000110111111001010001000001 | e8beb050e8df9441 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)