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 | 癲??異?? | 1110000110011111001111110011111110001000110110010011111100111111 | e19f3f3f88d93f3f |
EUC-JP | 癲??異?? | 1110001010100001001111110011111110110000110110110011111100111111 | e2a13f3fb0db3f3f |
UTF-8 | 癲잆끂異쇔슝 | 111001111001100110110010111011001001111010000110111010111000000110000010111001111001010110110000111011001000011110010100111011001000101010011101 | e799b2ec9e86eb8182e795b0ec8794ec8a9d |
UHC | 癲잆끂異쇔슝 | 111011111010011010011111111000111000010110111000111011001011011010111100111001011011110110111001 | efa69fe385b8ecb6bce5bdb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)