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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 默狒}Y默狒}bE | 11100000110100101110000010111111011111010101100111100000110100101110000010111111011111010110001001000101 | e0d2e0bf7d59e0d2e0bf7d6245 |
EUC-JP | 默狒}Y默狒}bE | 11100000110101001110000011000001011111010101100111100000110101001110000011000001011111010110001001000101 | e0d4e0c17d59e0d4e0c17d6245 |
UTF-8 | 默狒}Y默狒}bE | 1110100110111011100110001110011110001011100100100111110101011001111010011011101110011000111001111000101110010010011111010110001001000101 | e9bb98e78b927d59e9bb98e78b927d6245 |
UHC | 默?}Y默?}bE | 1101100111111001001111110111110101011001110110011111100100111111011111010110001001000101 | d9f93f7d59d9f93f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)