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 | 箋??余?? | 1110001010110011001111110011111110010111010111010011111100111111 | e2b33f3f975d3f3f |
EUC-JP | 箋??余?? | 1110010010110101001111110011111111001101101111100011111100111111 | e4b53f3fcdbe3f3f |
UTF-8 | 箋덂슝余쒕틷 | 111001111010111010001011111010111000110110000010111011001000101010011101111001001011110110011001111011001001001010010101111011011000101110110111 | e7ae8beb8d82ec8a9de4bd99ec9295ed8bb7 |
UHC | 箋덂슝余쒕틷 | 111011111010100010001000111001011011110110111001111001011111100110011100111010111011101010011110 | efa888e5bdb9e5f99cebba9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)