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 | ??ヂ?釐ヒ | 001111110011111110000011011000010011111111100111110110001000001101110001 | 3f3f83613fe7d88371 |
EUC-JP | ??ヂ?釐ヒ | 001111110011111110100101110000100011111111101110110110101010010111010010 | 3f3fa5c23feedaa5d2 |
UTF-8 | 룵핊ヂ룵釐ヒ | 111010111010001110110101111011011001010110001010111000111000001110000010111010111010001110110101111010011000011110010000111000111000001110010010 | eba3b5ed958ae38382eba3b5e98790e38392 |
UHC | 룵핊ヂ룵釐ヒ | 100011111010101011000000100011111010101111000010100011111010101011010111111011011010101111010010 | 8faac08fabc28faad7edabd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)