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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 単蔵坦其 | 1001001001010000100100011010000010010010010100101001000110110100 | 925091a0925291b4 |
EUC-JP | 単蔵坦其 | 1100001110110001110000101010001011000011101100111100001010110110 | c3b1c2a2c3b3c2b6 |
UTF-8 | 単蔵坦其 | 111001011000110110011000111010001001010010110101111001011001110110100110111001011000010110110110 | e58d98e894b5e59da6e585b6 |
UHC | ??坦其 | 001111110011111111110111101001001101000011101100 | 3f3ff7a4d0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)