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 | 逡瀧劇岺 | 1110011110010101100100011110101110001100100000001111101010101101 | e79591eb8c80faad |
EUC-JP | 逡瀧劇岺 | 111011011111010111000010111011011011011111100000100011111011101110111000 | edf5c2edb7e08fbbb8 |
UTF-8 | 逡瀧劇岺 | 111010011000000010100001111001111000000010100111111001011000101010000111111001011011001010111010 | e980a1e780a7e58a87e5b2ba |
UHC | 逡瀧劇岺 | 1111000111100100110101101110100111010000101111001101011010111001 | f1e4d6e9d0bcd6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)