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 | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
SJIS-WIN | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
EUC-JP | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
UTF-8 | 轢녺댌z轢녺댌zB | 111011111010011010001101111010111000010110111010111010111000110010001100011110101110111110100110100011011110101110000101101110101110101110001100100011000111101001000010 | efa68deb85baeb8c8c7aefa68deb85baeb8c8c7a42 |
UHC | 轢녺댌z轢녺댌zB | 111001101011110010000110111001111000100010110101011110101110011010111100100001101110011110001000101101010111101001000010 | e6bc86e788b57ae6bc86e788b57a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)