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 | 訝??也よ? | 111001100110001000111111001111111001011011100111100000101110011000111111 | e6623f3f96e782e63f |
EUC-JP | 訝??也よ? | 111010111100001100111111001111111100110011101001101001001110100000111111 | ebc33f3fcce9a4e83f |
UTF-8 | 訝배씩也よ쥤 | 111010001010100010011101111010111011000010110000111011001001010010101001111001001011100110011111111000111000001010001000111011001010010110100100 | e8a89debb0b0ec94a9e4b99fe38288eca5a4 |
UHC | 訝배씩也よ쥤 | 111001001011100010111001111010001011111010111111111001011010010110101010111010001010001010010110 | e4b8b9e8bebfe5a5aae8a296 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)