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 | ?胴傲? | 001111111001001110110111100110001111110000111111 | 3f93b798fc3f |
EUC-JP | ?胴傲? | 001111111100011010111001110100001111111000111111 | 3fc6b9d0fe3f |
UTF-8 | 뤯胴傲쾸 | 111010111010010010101111111010001000001110110100111001011000001010110010111011001011111010111000 | eba4afe883b4e582b2ecbeb8 |
UHC | 뤯胴傲쾸 | 1000111111011101110101001101110011100111111011001011001010001110 | 8fddd4dce7ecb28e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)