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 | 癲??旬?┠ | 111000011001111100111111001111111000111101111011001111111000010010110101 | e19f3f3f8f7b3f84b5 |
EUC-JP | 癲??旬?┠ | 111000101010000100111111001111111011110111011100001111111010100010110111 | e2a13f3fbddc3fa8b7 |
UTF-8 | 癲뗭뇯旬쏙┠ | 111001111001100110110010111010111001011110101101111010111000011110101111111001101001011110101100111011001000111110011001111000101001010010100000 | e799b2eb97adeb87afe697acec8f99e294a0 |
UHC | 癲뗭뇯旬쏙┠ | 111011111010011010001011111011001000011110010100111000101110001010111101111011111010011010110111 | efa68bec8794e2e2bdefa6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)