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 | 軋??? | 1110011101100001001111110011111100111111 | e7613f3f3f |
EUC-JP | 軋??? | 1110110111000010001111110011111100111111 | edc23f3f3f |
UTF-8 | 軋솽앓렜 | 111010001011101110001011111011001000011010111101111011001001010110010011111010111010000010011100 | e8bb8bec86bdec9593eba09c |
UHC | 軋솽앓렜 | 1110010011011000101111001110000110111110110011101000111010101110 | e4d8bce1bece8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)