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 | 獄??誼?? | 1000110110010110001111110011111110001011011000100011111100111111 | 8d963f3f8b623f3f |
EUC-JP | 獄??誼?? | 1011100111110110001111110011111110110101110000110011111100111111 | b9f63f3fb5c33f3f |
UTF-8 | 獄뷩굥誼억쭓 | 111001111000110110000100111010111011011110101001111010101011010110100101111010001010101010111100111011001001011010110101111011001010110110010011 | e78d84ebb7a9eab5a5e8aabcec96b5ecad93 |
UHC | 獄뷩굥誼억쭓 | 111010001010101110111010111000111000001010001011111010111111111010111110111011111010011110001011 | e8abbae3828bebfebeefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)