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 | ???臾?? | 00111111001111110011111111100100011010110011111100111111 | 3f3f3fe46b3f3f |
EUC-JP | ???臾?? | 00111111001111110011111111100111110011000011111100111111 | 3f3f3fe7cc3f3f |
UTF-8 | 娛륁눊臾⑴뙴 | 111001011010100010011011111010111010010110000001111010111000100010001010111010001000011110111110111000101001000110110100111010111001100110110100 | e5a89beba581eb888ae887bee291b4eb99b4 |
UHC | 娛륁눊臾⑴뙴 | 111001111111010010001111111011001000011110101000111010111010110010101001111001111000110010110111 | e7f48fec87a8ebaca9e78cb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)