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 | ???慾?? | 00111111001111110011111110010111011111000011111100111111 | 3f3f3f977c3f3f |
EUC-JP | ???慾?? | 00111111001111110011111111001101110111010011111100111111 | 3f3f3fcddd3f3f |
UTF-8 | 緣낉슨慾놅쉿 | 111001111011011110100011111010111000001010001001111011001000101010101000111001101000010110111110111010111000011010000101111011001000100110111111 | e7b7a3eb8289ec8aa8e685beeb8685ec89bf |
UHC | 緣낉슨慾놅쉿 | 111001101101111010000101111011111011110110111100111010011010111110000110111011111011110110110010 | e6de85efbdbce9af86efbdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)