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 | 吾??節ョ? | 100011001110000100111111001111111001000011011111100000111000011100111111 | 8ce13f3f90df83873f |
EUC-JP | 吾??節ョ? | 101110001110001100111111001111111100000011100001101001011110011100111111 | b8e33f3fc0e1a5e73f |
UTF-8 | 吾뉚꽩節ョ윯 | 111001011001000010111110111010111000100110011010111010101011110110101001111001111010111110000000111000111000001110100111111011001001110010101111 | e590beeb899aeabda9e7af80e383a7ec9caf |
UHC | 吾뉚꽩節ョ윯 | 111001111110111010000111111011101000010010110100111011111011110110101011111001111001111110101110 | e7ee87ee84b4efbdabe79fae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)