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 | ?茨?信 | 001111111000100011101111001111111001000001001101 | 3f88ef3f904d |
EUC-JP | ?茨?信 | 001111111011000011110001001111111011111110101110 | 3fb0f13fbfae |
UTF-8 | 뤌茨핊信 | 111010111010010010001100111010001000110010101000111011011001010110001010111001001011111110100001 | eba48ce88ca8ed958ae4bfa1 |
UHC | 뤌茨핊信 | 1000111110111100111011011011110011000000100011111110001111100001 | 8fbcedbcc08fe3e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)