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 | ?誇?? | 0011111110001100110101100011111100111111 | 3f8cd63f3f |
EUC-JP | ?誇?? | 0011111110111000110110000011111100111111 | 3fb8d83f3f |
UTF-8 | 뤌誇呂긺 | 111010111010010010001100111010001010101010000111111011111010011010000000111010101011100010111010 | eba48ce8aa87efa680eab8ba |
UHC | 뤌誇呂긺 | 1000111110111100110011101010001111100101111110111011000111100111 | 8fbccea3e5fbb1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)