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 | 節??絶?? | 1001000011011111001111110011111110010000111000100011111100111111 | 90df3f3f90e23f3f |
EUC-JP | 節??絶?? | 1100000011100001001111110011111111000000111001000011111100111111 | c0e13f3fc0e43f3f |
UTF-8 | 節곈뒟絶띺꽣 | 111001111010111110000000111010101011001110001000111010111001001010011111111001111011010110110110111010111001110110111010111010101011110110100011 | e7af80eab388eb929fe7b5b6eb9dbaeabda3 |
UHC | 節곈뒟絶띺꽣 | 111011111011110110110000111010011000101010011011111011111011111010001101111010011000010010110000 | efbdb0e98a9befbe8de984b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)