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 | 霆゙諶オ爾 | 1110100010111011110111101111101110101010101101011000111010100010 | e8bbdefbaab58ea2 |
EUC-JP | 霆゙諶オ爾 | 1111000010111101100011101101111010001111110111101011010110001110101101011011110010100100 | f0bd8ede8fdeb58eb5bca4 |
UTF-8 | 霆゙諶オ爾 | 111010011001110010000110111011111011111010011110111010001010101110110110111011111011110110110101111001111000100010111110 | e99c86efbe9ee8abb6efbdb5e788be |
UHC | 霆?諶?爾 | 1110111111111101001111111110010010100110001111111110110010110011 | effd3fe4a63fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)