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 | 黑竺爾 | 1111110001001011100011101011000111110001111101111000111010100010 | fc4b8eb1f1f78ea2 |
EUC-JP | ?竺?爾 | 001111111011110010110011001111111011110010100100 | 3fbcb33fbca4 |
UTF-8 | 黑竺爾 | 111010011011101110010001111001111010101110111010111011101000010110110010111001111000100010111110 | e9bb91e7abbaee85b2e788be |
UHC | 黑竺?爾 | 11111101110110011111010111100111001111111110110010110011 | fdd9f5e73fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)