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 | ???Y? | 0011111100111111001111110101100100111111 | 3f3f3f593f |
SJIS-WIN | 傭??Y傭 | 10010111011000100011111100111111010110011001011101100010 | 97623f3f599762 |
EUC-JP | 傭??Y傭 | 11001101110000110011111100111111010110011100110111000011 | cdc33f3f59cdc3 |
UTF-8 | 傭됪봄Y傭 | 11100101100000101010110111101011100100001010101011101011101101001000010001011001111001011000001010101101 | e582adeb90aaebb48459e582ad |
UHC | 傭됪봄Y傭 | 111010011011011010001001111001101011101010111101010110011110100110110110 | e9b689e6babd59e9b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)