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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遧夂ッ乞劒 | 111110111011010110011010111001111010111110001100111011101001100110011010 | fbb59ae7af8cee999a |
EUC-JP | 遧夂ッ乞劒 | 1000111111100001111000101101010011101001100011101010111110111000111100001101000111111010 | 8fe1e2d4e98eafb8f0d1fa |
UTF-8 | 遧夂ッ乞劒 | 111010011000000110100111111001011010010010000010111011111011110110101111111001001011100110011110111001011000101010010010 | e981a7e5a482efbdafe4b99ee58a92 |
UHC | ???乞劒 | 00111111001111110011111111001011111101111100101111111101 | 3f3f3fcbf7cbfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)