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 | 伊逗工??? | 100010001100100110010000100000001000110101001000001111110011111100111111 | 88c990808d483f3f3f |
EUC-JP | 伊逗工勖?? | 1011000011001011101111111110000010111001101010011000111110110011111011010011111100111111 | b0cbbfe0b9a98fb3ed3f3f |
UTF-8 | 伊逗工勖쾰렠 | 111001001011110010001010111010011000000010010111111001011011011110100101111001011000101110010110111011001011111010110000111010111010000010100000 | e4bc8ae98097e5b7a5e58b96ecbeb0eba0a0 |
UHC | 伊逗工勖쾰렠 | 111011001010010111010100111010001100110111101111111010011110110111000100111010111000111010110001 | eca5d4e8cdefe9edc4eb8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)