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 | 訝??節ь? | 111001100110001000111111001111111001000011011111100001001000111000111111 | e6623f3f90df848e3f |
EUC-JP | 訝??節ь? | 111010111100001100111111001111111100000011100001101001111110111000111111 | ebc33f3fc0e1a7ee3f |
UTF-8 | 訝딁쐢節ь겲 | 1110100010101000100111011110101110010100100000011110110010010000101000101110011110101111100000001101000110001100111010101011001010110010 | e8a89deb9481ec90a2e7af80d18ceab2b2 |
UHC | 訝딁쐢節ь겲 | 111001001011100010001010111001111001110010001000111011111011110110101100111011101000000110111110 | e4b88ae79c88efbdacee81be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)