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 | ???壬?? | 00111111001111110011111110010000011100000011111100111111 | 3f3f3f90703f3f |
EUC-JP | ???壬?? | 00111111001111110011111110111111110100010011111100111111 | 3f3f3fbfd13f3f |
UTF-8 | 琉쏆뒯壬듾에 | 111011111010011110001100111011001000111110000110111010111001001010101111111001011010001110101100111010111001001110111110111011001001011110010000 | efa78cec8f86eb92afe5a3aceb93beec9790 |
UHC | 琉쏆뒯壬듾에 | 111010111010010010011011111011001000101010101000111011001111001110001010111001001011111110100001 | eba49bec8aa8ecf38ae4bfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)