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 | 菽??握崖 | 1110010011000001001111110011111110001000101011001000101001010010 | e4c13f3f88ac8a52 |
EUC-JP | 菽??握崖 | 1110100011000011001111110011111110110000101011101011001110110011 | e8c33f3fb0aeb3b3 |
UTF-8 | 菽롃렱握崖 | 111010001000111110111101111010111010000110000011111010111010000010110001111001101000111110100001111001011011010010010110 | e88fbdeba183eba0b1e68fa1e5b496 |
UHC | 菽롃렱握崖 | 11100010110111011000111011001010100011101011111011100100110001001110010011110000 | e2dd8eca8ebee4c4e4f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)