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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?氷?傲其 | 0011111110010101010110000011111110011000111111001001000110110100 | 3f95583f98fc91b4 |
EUC-JP | ?氷?傲其 | 0011111111001001101110010011111111010000111111101100001010110110 | 3fc9b93fd0fec2b6 |
UTF-8 | 뤋氷쟌傲其 | 111010111010010010001011111001101011000010110111111011001001111110001100111001011000001010110010111001011000010110110110 | eba48be6b0b7ec9f8ce582b2e585b6 |
UHC | 뤋氷쟌傲其 | 10001111101110111101111010111100110000001111001011100111111011001101000011101100 | 8fbbdebcc0f2e7ecd0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)