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 | 獄??柚?? | 1000110110010110001111110011111110010111010011010011111100111111 | 8d963f3f974d3f3f |
EUC-JP | 獄??柚?? | 1011100111110110001111110011111111001101101011100011111100111111 | b9f63f3fcdae3f3f |
UTF-8 | 獄꾨윩柚싪삏 | 111001111000110110000100111010101011111010101000111011001001110010101001111001101001111110011010111011001000101110101010111011001000001010001111 | e78d84eabea8ec9ca9e69f9aec8baaec828f |
UHC | 獄꾨윩柚싪삏 | 111010001010101110000100111010111001111110101000111010101111011010011010111010001001100010010110 | e8ab84eb9fa8eaf69ae89896 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)