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 | 額??弱?? | 1000101001111010001111110011111110001110111000110011111100111111 | 8a7a3f3f8ee33f3f |
EUC-JP | 額??弱?? | 1011001111011011001111110011111110111100111001010011111100111111 | b3db3f3fbce53f3f |
UTF-8 | 額ㅻ젿弱뉖떞 | 111010011010000110001101111000111000010110111011111011001010000010111111111001011011110010110001111010111000100110010110111010111001011010011110 | e9a18de385bbeca0bfe5bcb1eb8996eb969e |
UHC | 額ㅻ젿弱뉖떞 | 111001001111111010100100111010111010000010110001111001011011000010000111111010111000101110110100 | e4fea4eba0b1e5b087eb8bb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)