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 | 押ゅ?艤?? | 100010011001111110000010111000110011111111100100011111100011111100111111 | 899f82e33fe47e3f3f |
EUC-JP | 押ゅ?艤?? | 101100101010000110100100111001010011111111100111110111110011111100111111 | b2a1a4e53fe7df3f3f |
UTF-8 | 押ゅ꽒艤뺣쨱 | 111001101000101010111100111000111000001010000101111010101011110110010010111010001000100110100100111010111011101010100011111011001010100010110001 | e68abce38285eabd92e889a4ebbaa3eca8b1 |
UHC | 押ゅ꽒艤뺣쨱 | 111001001110001110101010111001011000010010100001111010111111101010010101111010111010010010001011 | e4e3aae584a1ebfa95eba48b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)