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 | 轣シ譁懈昏 | 111001111000000110111100111001101001011010011100111001101000110110101000 | e781bce6969ce68da8 |
EUC-JP | 轣シ譁懈昏 | 11101101111000011000111010111100111010111111011011011000111010001011101010101010 | ede18ebcebf6d8e8baaa |
UTF-8 | 轣シ譁懈昏 | 111010001011110110100011111011111011110110111100111010001010110110000001111001101000011110001000111001101001100010001111 | e8bda3efbdbce8ad81e68788e6988f |
UHC | ??譁懈昏 | 0011111100111111111111001010011011111010101010111111101111100111 | 3f3ffca6faabfbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)