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 | 獄??芦?~ | 100011011001011000111111001111111000100010110000001111111000000101100000 | 8d963f3f88b03f8160 |
EUC-JP | 獄??芦?〜 | 101110011111011000111111001111111011000010110010001111111010000111000001 | b9f63f3fb0b23fa1c1 |
UTF-8 | 獄㎪볜芦뷸~ | 111001111000110110000100111000111000111010101010111010111011001110011100111010001000101010100110111010111011011110111000111011111011110110011110 | e78d84e38eaaebb39ce88aa6ebb7b8efbd9e |
UHC | 獄㎪볜芦뷸~ | 111010001010101110100111111001101011101010110111111110111101100010111010111001101010001010100110 | e8aba7e6bab7fbd8bae6a2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)