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 | 上韲コ丈ヲ爾 | 10001111111000111110100011101100101110101000111111100100101001101000111010100010 | 8fe3e8ecba8fe4a68ea2 |
EUC-JP | 上韲コ丈ヲ爾 | 101111101110010111110000111011101000111010111010101111101110011010001110101001101011110010100100 | bee5f0ee8ebabee68ea6bca4 |
UTF-8 | 上韲コ丈ヲ爾 | 111001001011100010001010111010011001111110110010111011111011110110111010111001001011100010001000111011111011110110100110111001111000100010111110 | e4b88ae99fb2efbdbae4b888efbda6e788be |
UHC | 上??丈?爾 | 110111111011111000111111001111111110110111011011001111111110110010110011 | dfbe3f3feddb3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)