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 | 梧ョ?節?? | 100011001110011010000011100001110011111110010000110111110011111100111111 | 8ce683873f90df3f3f |
EUC-JP | 梧ョ?節?? | 101110001110100010100101111001110011111111000000111000010011111100111111 | b8e8a5e73fc0e13f3f |
UTF-8 | 梧ョ떁節억쉔 | 111001101010001010100111111000111000001110100111111010111001011010000001111001111010111110000000111011001001011010110101111011001000100110010100 | e6a2a7e383a7eb9681e7af80ec96b5ec8994 |
UHC | 梧ョ떁節억쉔 | 111001111111110010101011111001111000101110010111111011111011110110111110111011111011110110101000 | e7fcabe78b97efbdbeefbda8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)