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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲??肉? | 11100001100111110011111100111111100100111111011100111111 | e19f3f3f93f73f |
EUC-JP | 癲??肉? | 11100010101000010011111100111111110001101111100100111111 | e2a13f3fc6f93f |
UTF-8 | 癲⑸뜄肉⒴ | 111001111001100110110010111000101001000110111000111010111001110010000100111010001000001010001001111000101001001010110100 | e799b2e291b8eb9c84e88289e292b4 |
UHC | 癲⑸뜄肉⒴ | 11101111101001101010100111101011100011011000100011101011101111111010100111100101 | efa6a9eb8d88ebbfa9e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)