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 | 傲??熱?? | 1001100011111100001111110011111110010100010011010011111100111111 | 98fc3f3f944d3f3f |
EUC-JP | 傲??熱?? | 1101000011111110001111110011111111000111101011100011111100111111 | d0fe3f3fc7ae3f3f |
UTF-8 | 傲듣쵛熱썹댌 | 111001011000001010110010111010111001001110100011111011001011010110011011111001111000011010110001111011001000110110111001111010111000110010001100 | e582b2eb93a3ecb59be786b1ec8db9eb8c8c |
UHC | 傲듣쵛熱썹댌 | 111001111110110010110101111010001010110010011101111001101111000010111101111001111000100010110101 | e7ecb5e8ac9de6f0bde788b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)