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 | 伊??? | 1000100011001001001111110011111100111111 | 88c93f3f3f |
EUC-JP | 伊??? | 1011000011001011001111110011111100111111 | b0cb3f3f3f |
UTF-8 | 伊얹렰렖 | 111001001011110010001010111011001001011010111001111010111010000010110000111010111010000010010110 | e4bc8aec96b9eba0b0eba096 |
UHC | 伊얹렰렖 | 1110110010100101101111101111000110001110101111011000111010101011 | eca5bef18ebd8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)