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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 赱シ霎樔ク奇 | 11100110110111111011110011101000101111101001111011100100101110001000101011101111 | e6dfbce8be9ee4b88aef |
EUC-JP | 赱シ霎樔ク奇 | 111011001110000110001110101111001111000011000000110111001110011010001110101110001011010011110001 | ece18ebcf0c0dce68eb8b4f1 |
UTF-8 | 赱シ霎樔ク奇 | 111010001011010110110001111011111011110110111100111010011001110010001110111001101010100010010100111011111011110110111000111001011010010110000111 | e8b5b1efbdbce99c8ee6a894efbdb8e5a587 |
UHC | ?????奇 | 00111111001111110011111100111111001111111101000011110100 | 3f3f3f3f3fd0f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)