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 | 要ゅ?暎?? | 100101110111011010000010111000110011111110011101111100110011111100111111 | 977682e33f9df33f3f |
EUC-JP | 要ゅ?暎?? | 110011011101011110100100111001010011111111011010111101010011111100111111 | cdd7a4e53fdaf53f3f |
UTF-8 | 要ゅ뮀暎잓솷 | 111010001010011010000001111000111000001010000101111010111010111010000000111001101001101010001110111011001001111010010011111011001000011010110111 | e8a681e38285ebae80e69a8eec9e93ec86b7 |
UHC | 要ゅ뮀暎잓솷 | 111010011010100110101010111001011001001010001111111001111011001010011111111010011001100110101100 | e9a9aae5928fe7b29fe999ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)