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 | ???亞?? | 00111111001111110011111110011000101100010011111100111111 | 3f3f3f98b13f3f |
EUC-JP | ???亞?? | 00111111001111110011111111010000101100110011111100111111 | 3f3f3fd0b33f3f |
UTF-8 | 秊뒒뢖亞됲뢙 | 111011111010011010010101111010111001001010010010111010111010001010010110111001001011101010011110111010111001000010110010111010111010001010011001 | efa695eb9292eba296e4ba9eeb90b2eba299 |
UHC | 秊뒒뢖亞됲뢙 | 111001101101110010001010100011111000111101010001111001001010110010001001111011011000111101010100 | e6dc8a8f8f51e4ac89ed8f54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)