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 | ?日?迦?? | 0011111110010011111110100011111110001001110111100011111100111111 | 3f93fa3f89de3f3f |
EUC-JP | ?日?迦?瓘 | 00111111110001101111110000111111101100101110000000111111100011111100110011101111 | 3fc6fc3fb2e03f8fccef |
UTF-8 | 뤳日챈迦캉瓘 | 111010111010010010110011111001101001011110100101111011001011000110001000111010001011111110100110111011001011101010001001111001111001001110011000 | eba4b3e697a5ecb188e8bfa6ecba89e79398 |
UHC | 뤳日챈迦캉瓘 | 100011111110000111101100111011011100001110100110110010101011110011000100101100101100111010110110 | 8fe1ecedc3a6cabcc4b2ceb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)