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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?蒼?? | 0011111110010001100100110011111100111111 | 3f91933f3f |
EUC-JP | ?蒼?? | 0011111111000001111100110011111100111111 | 3fc1f33f3f |
UTF-8 | 렱蒼렿롕 | 111010111010000010110001111010001001001010111100111010111010000010111111111010111010000110010101 | eba0b1e892bceba0bfeba195 |
UHC | 렱蒼렿롕 | 1000111010111110111100111110111110001110110001111000111011011001 | 8ebef3ef8ec78ed9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)