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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 藏∽?絶?B | 111001010101010110000001111001000011111110010000111000100011111101000010 | e55581e43f90e23f42 |
EUC-JP | 藏∽?絶?B | 111010011011011010100010111001100011111111000000111001000011111101000010 | e9b6a2e63fc0e43f42 |
UTF-8 | 藏∽풄絶뾗B | 11101000100101111000111111100010100010001011110111101101100100101000010011100111101101011011011011101011101111101001011101000010 | e8978fe288bded9284e7b5b6ebbe9742 |
UHC | 藏∽풄絶뾗B | 1110110111111010101000011110111110111110100011001110111110111110100101110101010001000010 | edfaa1efbe8cefbe975442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)