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 | 獄??節⑨? | 100011011001011000111111001111111001000011011111100001110100100000111111 | 8d963f3f90df87483f |
EUC-JP | 獄??節?? | 1011100111110110001111110011111111000000111000010011111100111111 | b9f63f3fc0e13f3f |
UTF-8 | 獄기닽節⑨쉰 | 111001111000110110000100111010101011100010110000111010111000101110111101111001111010111110000000111000101001000110101000111011001000100110110000 | e78d84eab8b0eb8bbde7af80e291a8ec89b0 |
UHC | 獄기닽節⑨쉰 | 111010001010101110110001111000101000100010101011111011111011110110101000111011111011110110101110 | e8abb1e288abefbda8efbdae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)