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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 押??幽?? | 1000100110011111001111110011111110010111010010000011111100111111 | 899f3f3f97483f3f |
EUC-JP | 押??幽?? | 1011001010100001001111110011111111001101101010010011111100111111 | b2a13f3fcda93f3f |
UTF-8 | 押꾟넁幽긺땸 | 111001101000101010111100111010101011111010011111111010111000010010000001111001011011100110111101111010101011100010111010111010111001010110111000 | e68abceabe9feb8481e5b9bdeab8baeb95b8 |
UHC | 押꾟넁幽긺땸 | 111001001110001110000100111000101000011010010001111010101110101110110001111001111000101110001110 | e4e384e28691eaebb1e78b8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)