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 | 筌??肉?┠ | 111000101010001100111111001111111001001111110111001111111000010010110101 | e2a33f3f93f73f84b5 |
EUC-JP | 筌??肉?┠ | 111001001010010100111111001111111100011011111001001111111010100010110111 | e4a53f3fc6f93fa8b7 |
UTF-8 | 筌뗭궏肉쏙┠ | 111001111010110110001100111010111001011110101101111010101011011010001111111010001000001010001001111011001000111110011001111000101001010010100000 | e7ad8ceb97adeab68fe88289ec8f99e294a0 |
UHC | 筌뗭궏肉쏙┠ | 111011111010011110001011111011001000001010100101111010111011111110111101111011111010011010110111 | efa78bec82a5ebbfbdefa6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)