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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???蒼?? | 00111111001111110011111110010001100100110011111100111111 | 3f3f3f91933f3f |
EUC-JP | ???蒼?? | 00111111001111110011111111000001111100110011111100111111 | 3f3f3fc1f33f3f |
UTF-8 | 솖섞렱蒼렦렞 | 111011001000011010010110111011001000010010011110111010111010000010110001111010001001001010111100111010111010000010100110111010111010000010011110 | ec8696ec849eeba0b1e892bceba0a6eba09e |
UHC | 솖섞렱蒼렦렞 | 101111001101011110111100101011111000111010111110111100111110111110001110101101011000111010101111 | bcd7bcaf8ebef3ef8eb58eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)