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 | YqYq^ | 100100010101100110011100011100011001000101011001100111000111000101011110 | 91599c7191599c715e |
SJIS-WIN | ?Y?q?Y?q^ | 001111110101100100111111011100010011111101011001001111110111000101011110 | 3f593f713f593f715e |
EUC-JP | ?Y?q?Y?q^ | 001111110101100100111111011100010011111101011001001111110111000101011110 | 3f593f713f593f715e |
UTF-8 | YqYq^ | 11000010100100010101100111000010100111000111000111000010100100010101100111000010100111000111000101011110 | c29159c29c71c29159c29c715e |
UHC | ?Y?q?Y?q^ | 001111110101100100111111011100010011111101011001001111110111000101011110 | 3f593f713f593f715e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)