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 | ????ョ? | 00111111001111110011111100111111100000111000011100111111 | 3f3f3f3f83873f |
EUC-JP | 璵???ョ? | 100011111100110011100110001111110011111100111111101001011110011100111111 | 8fcce63f3f3fa5e73f |
UTF-8 | 璵붺갓怜ョ큷 | 111001111001001010110101111010111011011010111010111010101011000010010011111011111010011010101100111000111000001110100111111011011000000110110111 | e792b5ebb6baeab093efa6ace383a7ed81b7 |
UHC | 璵붺갓怜ョ큷 | 111001101010010110010100111001111011000010101011111001111011000010101011111001111011010010000110 | e6a594e7b0abe7b0abe7b486 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)