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 | 也??陰?┃ | 100101101110011100111111001111111000100101000001001111111000010010101011 | 96e73f3f89413f84ab |
EUC-JP | 也??陰?┃ | 110011001110100100111111001111111011000110100010001111111010100010101101 | cce93f3fb1a23fa8ad |
UTF-8 | 也㏆퐛陰놂┃ | 111001001011100110011111111000111000111110000110111011011001000010011011111010011001100110110000111010111000011010000010111000101001010010000011 | e4b99fe38f86ed909be999b0eb8682e29483 |
UHC | 也㏆퐛陰놂┃ | 111001011010010110100111111011111011110110000101111010111110010010110011111011111010011010101101 | e5a5a7efbd85ebe4b3efa6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)