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 | ???俑? | 001111110011111100111111100110001101101000111111 | 3f3f3f98da3f |
EUC-JP | ???俑? | 001111110011111100111111110100001101110000111111 | 3f3f3fd0dc3f |
UTF-8 | 輦딅떧俑묕 | 111011111010011010011000111010111001010010000101111010111001011010100111111001001011111110010001111010111010110010010101 | efa698eb9485eb96a7e4bf91ebac95 |
UHC | 輦딅떧俑묕 | 11100110111001001000101011101011100010111011101011101001101101011001000111101111 | e6e48aeb8bbae9b591ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)