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 | ?閃頸? | 001111111001000101001101111010001111001000111111 | 3f914de8f23f |
EUC-JP | ?閃頸? | 001111111100000110101110111100001111010000111111 | 3fc1aef0f43f |
UTF-8 | 뤊閃頸펿 | 111010111010010010001010111010011001011010000011111010011010000010111000111011011000111010111111 | eba48ae99683e9a0b8ed8ebf |
UHC | 뤊閃頸펿 | 1000111110111010111000001110110011001100111100101011110010001110 | 8fbae0ecccf2bc8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)