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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 也??穩 | 100101101110011100111111001111111110001001110010 | 96e73f3fe272 |
EUC-JP | 也??穩 | 110011001110100100111111001111111110001111010011 | cce93f3fe3d3 |
UTF-8 | 也앮눟穩 | 111001001011100110011111111011001001010110101110111010111000100010011111111001111010100110101001 | e4b99fec95aeeb889fe7a9a9 |
UHC | 也앮눟穩 | 1110010110100101100111011110011010000111101101111110100010110001 | e5a59de687b7e8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)