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 | 癲??柚?└ | 111000011001111100111111001111111001011101001101001111111000010010100100 | e19f3f3f974d3f84a4 |
EUC-JP | 癲??柚?└ | 111000101010000100111111001111111100110110101110001111111010100010100110 | e2a13f3fcdae3fa8a6 |
UTF-8 | 癲곷윩柚롳└ | 111001111001100110110010111010101011001110110111111011001001110010101001111001101001111110011010111010111010000110110011111000101001010010010100 | e799b2eab3b7ec9ca9e69f9aeba1b3e29494 |
UHC | 癲곷윩柚롳└ | 111011111010011010000001111010111001111110101000111010101111011010001110111011111010011010100110 | efa681eb9fa8eaf68eefa6a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)