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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 筍旅伊 | 111000101010000110010111101101111000100011001001 | e2a197b788c9 |
EUC-JP | 筍旅伊 | 111001001010001111001110101110011011000011001011 | e4a3ceb9b0cb |
UTF-8 | 筍旅伊 | 111001111010110110001101111001101001011110000101111001001011110010001010 | e7ad8de69785e4bc8a |
UHC | 筍旅伊 | 111000101110110011010101111010011110110010100101 | e2ecd5e9eca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)