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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 娃??搖? | 10001000101000010011111100111111100111011000101000111111 | 88a13f3f9d8a3f |
EUC-JP | 娃??搖? | 10110000101000110011111100111111110110011110101000111111 | b0a33f3fd9ea3f |
UTF-8 | 娃륅쉭搖양 | 111001011010100010000011111010111010010110000101111011001000100110101101111001101001000010010110111011001001011010010001 | e5a883eba585ec89ade69096ec9691 |
UHC | 娃륅쉭搖양 | 11101000110111111000111111101111101111011010110111101000111101001011111011100111 | e8df8fefbdade8f4bee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)