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 | ?鴉?? | 0011111111101001111010110011111100111111 | 3fe9eb3f3f |
EUC-JP | ?鴉?? | 0011111111110010111011010011111100111111 | 3ff2ed3f3f |
UTF-8 | 뤌鴉삽쩌 | 111010111010010010001100111010011011010010001001111011001000001010111101111011001010100110001100 | eba48ce9b489ec82bdeca98c |
UHC | 뤌鴉삽쩌 | 1000111110111100111001001011110010111011111100001100001010111100 | 8fbce4bcbbf0c2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)