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 | ??????m | 00111111001111110011111100111111001111110011111101101101 | 3f3f3f3f3f3f6d |
SJIS-WIN | ???驛??m | 0011111100111111001111111110100110000011001111110011111101101101 | 3f3f3fe9833f3f6d |
EUC-JP | 滎??驛??m | 10001111110010001011100100111111001111111111000111100011001111110011111101101101 | 8fc8b93f3ff1e33f3f6d |
UTF-8 | 滎싩즯驛득굢m | 11100110101110111000111011101100100010111010100111101100101001101010111111101001101010011001101111101011100100111001110111101010101101011010001001101101 | e6bb8eec8ba9eca6afe9a99beb939deab5a26d |
UHC | 滎싩즯驛득굢m | 11111011101000111001101011100111101000111000000111100110101111101011010111100110100000101000100101101101 | fba39ae7a381e6beb5e682896d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)