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 | ???二?? | 00111111001111110011111110010011111100010011111100111111 | 3f3f3f93f13f3f |
EUC-JP | ???二?? | 00111111001111110011111111000110111100110011111100111111 | 3f3f3fc6f33f3f |
UTF-8 | 蓮용뀥二뷸삌 | 111011111010011010011001111011001001101010101001111010111000000010100101111001001011101010001100111010111011011110111000111011001000001010001100 | efa699ec9aa9eb80a5e4ba8cebb7b8ec828c |
UHC | 蓮용뀥二뷸삌 | 111001101110010110111111111010111000010110011100111011001010001110111010111001101001100010010011 | e6e5bfeb859ceca3bae69893 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)