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 | ???D???B | 0011111100111111001111110100010000111111001111110011111101000010 | 3f3f3f443f3f3f42 |
SJIS-WIN | ??げD???B | 001111110011111110000010101100000100010000111111001111110011111101000010 | 3f3f82b0443f3f3f42 |
EUC-JP | ??げD???B | 001111110011111110100100101100100100010000111111001111110011111101000010 | 3f3fa4b2443f3f3f42 |
UTF-8 | 룶콓げD룵殺◐B | 1110101110100011101101101110110010111101100100111110001110000001100100100100010011101011101000111011010111101111101001011011000011100010100101111001000001000010 | eba3b6ecbd93e3819244eba3b5efa5b0e2979042 |
UHC | 룶콓げD룵殺◐B | 1000111110101011101100011000111110101010101100100100010010001111101010101110000111101101101000101100010001000010 | 8fabb18faab2448faae1eda2c442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)