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