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 | ??????A | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
SJIS-WIN | 驛?????A | 1110100110000011001111110011111100111111001111110011111101000001 | e9833f3f3f3f3f41 |
EUC-JP | 驛?????A | 1111000111100011001111110011111100111111001111110011111101000001 | f1e33f3f3f3f3f41 |
UTF-8 | 驛긱냱溜곕젙A | 11101001101010011001101111101010101110001011000111101011100000111011000111101111101001111000101111101010101100111001010111101100101000001001100101000001 | e9a99beab8b1eb83b1efa78beab395eca09941 |
UHC | 驛긱냱溜곕젙A | 11100110101111101011000111100011100001101000000111101010111111101011000011101011101000001001010101000001 | e6beb1e38681eafeb0eba09541 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)