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 | 獄??揄?? | 1000110110010110001111110011111110011101100010010011111100111111 | 8d963f3f9d893f3f |
EUC-JP | 獄??揄?? | 1011100111110110001111110011111111011001111010010011111100111111 | b9f63f3fd9e93f3f |
UTF-8 | 獄띾떦揄먬쉬 | 111001111000110110000100111010111001110110111110111010111001011010100110111001101000111110000100111010111010100010101100111011001000100110101100 | e78d84eb9dbeeb96a6e68f84eba8acec89ac |
UHC | 獄띾떦揄먬쉬 | 111010001010101110001101111010111000101110111001111010101111000110010000111010011011110110101100 | e8ab8deb8bb9eaf190e9bdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)