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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 厓??兀? | 11111010100011010011111100111111100110010101100100111111 | fa8d3f3f99593f |
EUC-JP | 厓??兀? | 1000111110110100110001110011111100111111110100011011101000111111 | 8fb4c73f3fd1ba3f |
UTF-8 | 厓⒳퓱兀덂 | 111001011000111010010011111000101001001010110011111011011001001110110001111001011000010110000000111010111000110110000010 | e58e93e292b3ed93b1e58580eb8d82 |
UHC | 厓⒳퓱兀덂 | 11100100111011011010100111100100101111111001011111101000101101001000100011100101 | e4eda9e4bf97e8b488e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)