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 | 齋?┃乳?? | 111000100101011000111111100001001010101110010011111110110011111100111111 | e2563f84ab93fb3f3f |
EUC-JP | 齋?┃乳?? | 111000111011011100111111101010001010110111000110111111010011111100111111 | e3b73fa8adc6fd3f3f |
UTF-8 | 齋뜹┃乳쾡렦 | 111010011011110110001011111010111001110010111001111000101001010010000011111001001011100110110011111011001011111010100001111010111010000010100110 | e9bd8beb9cb9e29483e4b9b3ecbea1eba0a6 |
UHC | 齋뜹┃乳쾡렦 | 111011101011000110110110111001011010011010101101111010101110000111000100111010011000111010110101 | eeb1b6e5a6adeae1c4e98eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)