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 | 伊붿쮰殮 | 111001001011110010001010111010111011011010111111111011001010111010110000111011111010011010100101 | e4bc8aebb6bfecaeb0efa6a5 |
UHC | 伊붿쮰殮 | 1110110010100101100101001110110010101000100011011110011011111001 | eca594eca88de6f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)