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 | 蔭?㎝陰? | 1000100011111100001111111000011101110000100010010100000100111111 | 88fc3f877089413f |
EUC-JP | 蔭??陰? | 10110000111111100011111100111111101100011010001000111111 | b0fe3f3fb1a23f |
UTF-8 | 蔭덌㎝陰꿆 | 111010001001010010101101111010111000110110001100111000111000111010011101111010011001100110110000111010101011111110000110 | e894adeb8d8ce38e9de999b0eabf86 |
UHC | 蔭덌㎝陰꿆 | 11101011111000111000100011101111101001111010111111101011111001001000010101000111 | ebe388efa7afebe48547 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)